css wrap text

25

.example {
  overflow-wrap: break-word;
}
p { 
  /*  That create a ne line, when he word is to long*/
  word-break: break-all 
}

Comments

Submit
0 Comments